home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / TurPasDBTlbx / TP-Database Toolbox / Turbo Access / TAccess.r < prev    next >
Encoding:
Text File  |  1987-12-11  |  1.9 KB  |  94 lines  |  [TEXT/TPAS]

  1. TAccess.RSRC
  2.  
  3. type TAER = STR       ; Turbo Access error strings
  4. ** System (IOResult) errors
  5.  ,33 (4)
  6. File directory full
  7.  ,34 (4)
  8. All allocation blocks on the volume are full
  9.  ,35 (4)
  10. Specified volume doesn't exist
  11.  ,36 (4)
  12. Disk I/O error
  13.  ,37 (4)
  14. Bad file name or volume name (perhaps zero length)
  15.  ,38 (4)
  16. File not open
  17.  ,39 (4)
  18. Logical end-of-file reached during read operation
  19.  ,40 (4)
  20. Attempt to position before start of file
  21.  ,41 (4)
  22. System heap is full
  23.  ,42 (4)
  24. Too many files open
  25.  ,43 (4)
  26. File not found
  27.  ,44 (4)
  28. Volume is locked by a hardware setting
  29.  ,45 (4)
  30. File is locked
  31.  ,46 (4)
  32. Volume is locked by a hardware setting
  33.  ,47 (4)
  34. One or more files are open
  35.  ,48 (4)
  36. A file with the specified name already exists
  37.  ,49 (4)
  38. Only one access path to a file can allow writing
  39.  ,50 (4)
  40. No default volume
  41.  ,51 (4)
  42. Bad file reference number
  43.  ,53 (4)
  44. Volume not on,line
  45.  ,54 (4)
  46. Read/write permission doesn't allow writing
  47.  ,55 (4)
  48. Specified volume is mounted and on,line
  49.  ,56 (4)
  50. No such drive number
  51.  ,57 (4)
  52. Volume lacks Macintosh,format directory
  53.  ,58 (4)
  54. External file system error
  55.  ,59 (4)
  56. Problem during Rename
  57.  ,60 (4)
  58. Master directory block is bad; must reinitialize volume
  59.  ,61 (4)
  60. Read/write permission doesn't allow writing
  61. ,108 (4)
  62. Not enough room in heap zone
  63. ,120 (4)
  64. Directory not found
  65. ,121 (4)
  66. Too many working directories open
  67. ,122 (4)
  68. Attempt to move into offspring
  69. ,123 (4)
  70. Attempt to do HFS operation on non,HFS volume
  71. ,127 (4)
  72. Internal file system error
  73. ,128 (4)
  74. Textfile not open for input
  75. ,129 (4)
  76. Textfile not open for output
  77.  ,130 (4)
  78. Error in numeric value during read from textfile
  79. **
  80. ** Turbo Access specific errors
  81.  ,1000 (4)
  82. Record size is greater than MaxDataRecSize
  83.  ,1001 (4)
  84. Record size is smaller than the minimum record size
  85.  ,1002 (4)
  86. Key length is greater than MaxKeyLen
  87.  ,1003 (4)
  88. Data File created with a different record size
  89.  ,1004 (4)
  90. Index file created with a different key or page size
  91. ,1005 (4)
  92. Not enough memory for page stack
  93.  
  94.